home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / windows / w95ptoy.zip / TARGET.INF < prev    next >
INI File  |  1996-02-28  |  2KB  |  52 lines

  1. ; Author: GeorgeP.
  2. ; modified by t-ashm
  3.  
  4. [version]
  5. signature="$CHICAGO$"
  6. SetupClass=BASE
  7.  
  8. [DefaultInstall]
  9. CopyFiles=ThisDll.sys.install
  10. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  11.  
  12. [TargetInstall]
  13. CopyFiles=ThisDll.sys.install
  14. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  15.  
  16. [Target_remove]
  17. DelFiles=ThisDll.sys.install
  18. DelReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  19.  
  20. [ThisDll.Add.Reg]
  21. HKCR,CLSID\{90A756E0-AFCF-11CE-927B-0800095AE340},,,"%Target_DESC%"
  22.  
  23. HKCR,CLSID\{90A756E0-AFCF-11CE-927B-0800095AE340}\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
  24. HKCR,CLSID\{90A756E0-AFCF-11CE-927B-0800095AE340}\InProcServer32,ThreadingModel,,"Apartment"
  25.  
  26. HKCR,lnkfile\ShellEx\ContextMenuHandlers\TargetContext,,,"{90A756E0-AFCF-11CE-927B-0800095AE340}"
  27. HKCR,piffile\ShellEx\ContextMenuHandlers\TargetContext,,,"{90A756E0-AFCF-11CE-927B-0800095AE340}"
  28.  
  29. [ThisDll.Uninst.Reg]
  30. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\MSTargetContextSubmenu,,,
  31. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\MSTargetContextSubmenu,"DisplayName",,%Target_Uninst_DESC%
  32. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\MSTargetContextSubmenu,"UninstallString",,"RunDll setupx.dll,InstallHinfSection Target_remove 4 %11%\%SubDir%\target.inf"
  33.  
  34. [ThisDll.sys.install]
  35. Target.dll
  36. Target.inf
  37.  
  38. [DestinationDirs]
  39. ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
  40.  
  41. [SourceDisksNames]
  42. 55="Target Context 1.1.","",1
  43.  
  44. [SourceDisksFiles]
  45. %ThisDll%=55
  46.  
  47. [Strings]
  48. Target_DESC = "Target Context Menu"
  49. Target_Uninst_DESC = "Target Context Menu (Remove Only)"
  50. SubDir = "ShellExt"
  51. ThisDll = "target.dll"
  52.